﻿/* global */
* {
  word-break: break-all;
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

body {
  margin: 0;
  font-size: 14px;
  color: #333333;
}

form,
input,
select,
textarea,
td,
th {
  font-size: 14px;
}

input,
textarea,
select {
  padding: 6px;
}

img {
  border: none;
}

ul li {
  list-style-type: none;
}

ol li {
  list-style-type: decimal;
}

ul,
form {
  margin: 0px;
  padding: 0px;
}

a:link,
a:visited,
a:active {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #ee3542;
  text-decoration: underline;
}

/* links */
a.w:link,
a.w:visited,
a.w:active {
  color: #FFFFFF;
  text-decoration: none;
}

a.w:hover {
  color: #F4F3F2;
}

a.b:link,
a.b:visited,
a.b:active {
  color: #007AFF;
  text-decoration: none;
}

a.b:hover {
  color: #000000;
}

a.g:link,
a.g:visited,
a.g:active {
  color: #666666;
  text-decoration: none;
}

a.g:hover {
  color: #000000;
}

/* common */
.m {
  margin: auto;
  width: 1200px;
  /* background:#FFFFFF; */
  clear: both;
  overflow: hidden;
}

.m0 {
  width: 100%;
  background: #F5F5F5;
  overflow: hidden;
}

.m0 .m {
  background: #F5F5F5;
}

.m1 {
  background: #FFFFFF;
  overflow: hidden;
}

.m1l {
  width: 860px;
  float: left;
}

.m1r {
  width: 330px;
  float: right;
}

.side {
  /* margin-top: 120px; */
}

.m2 {
  background: #FFFFFF;
  overflow: hidden;
}

.m2l {
  width: 870px;
  float: left;
}

.m2r {
  width: 330px;
  float: right;
}

.m3 {
  background: #FFFFFF;
  overflow: hidden;
}

.m3l {
  width: 860px;
  float: left;
}

.m3r {
  width: 330px;
  float: right;
}

.m5 {
  background: #FFFFFF;
  overflow: hidden;
}

.m5l {
  width: 470px;
  float: left;
}

.m5r {
  width: 715px;
  float: right;
  padding-left: 15px;
  ;
}

.head {
  background: #f4f4f4;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: #E5E5E5 1px solid;
  left: 0;
  color: #6e6e6e;
  font-size: 14px;
}

.head a:link,
.head a:visited,
.head a:active {
  color: #6e6e6e;
}

.head a:hover {
  color: #ee3542;
}

/* 解决手机打开PC版头部背景宽度显示不全问题 */
@media screen and (max-width:1200px) {
  .head {
    width: 1200px;
  }
}

.head span {
  color: #6e6e6e;
}

.head_m {
  margin: auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.head_s {
  display: none;
}

.head_t strong {
  color: #FF0000;
  font-weight: normal;
}

.head_l ul {
  display: flex;
}

.head_l li {
  margin: 0 10px 0 0;
}

.head_r {
  color: #6e6e6e;
}

.head_r img {
  position: relative;
  margin: -2px 6px 0 0;
}

.tophead {
  width: 100%;
}

.topflex {
  display: flex;
  flex-flow: row nowrap;
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  justify-content: flex-start;
}

.logo {
  width: 360px;
  height: 110px;
  overflow: hidden;
}

.logo img {
  margin: 22px 0;
  width: 330px;
  height: 81px;
}

.header_c {
  height: 110px;
}

.header_c .th15 {
  margin: 30px 10px 25px 0;
}

.header_r {
  width: 610px;
  height: 70px;
  padding: 40px 0 0 0;
  margin-left: auto;
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.header_r span {
  line-height: 40px;
  font-size: 14px;
}

/* menu */
.menu {
  font-size: 18px;
  background: #1172d2;
  width: 100%;
}

.menu ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.menu li {
  width: 100px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
}

.menu li a:link,
.menu li a:visited {
  color: #fff;
}

.menu li a:hover {
  color: #333;
  background: #ffcc32;
  text-decoration: none;
  width: 100%;
  height: 45px;
  display: block;
}

.menu .menuon {
  background: #ffcc32;
}

.menu .menuon span {
  color: #333333;
}

.menu ul li:last-child {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

/* 解决手机打开PC版菜单宽度显示不全问题 */
@media screen and (max-width:1200px) {
  .menu {
    width: 1200px;
  }
}

.menu2 {
  display: flex;
  padding: 0px 16px;
  height: 50px;
  line-height: 50px;
}

.menu2 .menu2-title {
  width: 80px;
  font-size: 16px;
}

.menu2 .tempWrap {
  width: 1088px !important;
}

.menu2 .menu2-article {
  width: 1088px;
}

.menu2 .menu2-article ul {}

.menu2 .menu2-article ul li {
  width: 380px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.menu2 .menu2-article ul li span:first-child {
  width: 296px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.menu2 .menu2-article ul li span:nth-child(2) {
  font-size: 14px;
  width: 60px;
  text-align: right;
  color: #999999;
}

.menu2 .menu2-article ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #b8b8b8;
  margin: auto 10px;
  border-radius: 2px;
}

.foot {
  color: #666666;
  text-align: center;
  line-height: 32px;
  padding: 10px 16px 16px 16px;
}

.foot_page {
  padding: 4px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  color: #666666;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

/* layout */
.m_l {
  width: 884px;
}

.m_r {
  width: 300px;
}

.m_n {
  width: 16px;
}

.m_l_1 {
  width: 1004px;
}

.m_r_1 {
  width: 180px;
}

/* left */
.left_box {
  border: #EEEEEE 1px solid;
}

.left_head {
  border-bottom: #EEEEEE 1px solid;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 0 10px;
}

.left_head strong {
  font-size: 16px;
}

.left_head em {
  font-style: normal;
  color: #666666;
}

/* box */
.box_head {
  border-bottom: #F5F5F5 1px solid;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 0 16px;
}

.box_head strong {
  font-size: 16px;
  display: block;
}

.box_head em {
  font-style: normal;
  color: #666666;
}

.box_body {
  padding: 10px;
}

.box_body li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.tab_head {
  border: #EEEEEE 1px solid;
  border-bottom: none;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  overflow: hidden;
  background: #EEEEEE;
  font-weight: bold;
}

.tab_1 {
  float: left;
  padding: 0 15px 0 15px;
  border-right: #EEEEEE 1px solid;
  cursor: pointer;
  font-weight: normal;
}

.tab_2 {
  float: left;
  padding: 0 15px 0 15px;
  border-right: #EEEEEE 1px solid;
  cursor: pointer;
  background: #FFFFFF;
}

.tab_1_1 {
  border-bottom: #EEEEEE 1px solid;
  cursor: pointer;
}

.tab_1_2 {
  border: #EEEEEE 1px solid;
  border-bottom: none;
  cursor: pointer;
  font-weight: bold;
}

.tab_head_2 {
  height: 27px;
  background: #EEEEEE;
  border-left: #EEEEEE 1px solid;
  border-right: #EEEEEE 1px solid;
  text-align: center;
  padding-left: 12px;
}

.tab_2_1 {
  float: left;
  width: 80px;
  height: 27px;
  line-height: 31px;
  overflow: hidden;
  cursor: pointer;
}

.tab_2_1 span {
  color: #333333;
}

.tab_body_2 {
  border: #EEEEEE 1px solid;
  border-top: none;
}

.li_dot li {
  background: url('../image/li_dot.gif') no-repeat 5px 10px;
  padding: 0 10px 0 12px;
}

/* pages */
.pages {
  padding: 24px 0;
  text-align: center;
  font-size: 12px;
  color: #666666;
  clear: both;
}

.pages a:link,
.pages a:visited,
.pages a:active {
  background: #FFFFFF;
  border: #EEEEEE 1px solid;
  padding: 6px;
  text-decoration: none;
  margin-right: 6px;
  border-radius: 2px;
}

.pages a:hover {
  background: #43c6dc;
  border: #10a2ba 1px solid;
  color: #FFFFFF;
  padding: 6px;
  text-decoration: none;
}

.pages strong {
  background: #10a2ba;
  padding: 6px;
  border: #10a2ba 1px solid;
  color: #FFFFFF;
  margin-right: 6px;
}

.pages_inp {
  width: 32px;
  border: #EEEEEE 1px solid;
  color: #666666;
  padding: 4px;
  text-align: center;
}

.pages_btn {
  width: 32px;
  border: #10a2ba 1px solid;
  color: #FFFFFF;
  padding: 4px 6px;
  background: #10a2ba;
  font-weight: bold;
  font-size: 11px;
}

.pages label {
  background: #FFFFFF;
  border: #EEEEEE 1px solid;
  color: #666666;
  padding: 6px 6px;
}

.pages label em {
  color: red;
  font-weight: bold;
  font-style: normal;
}

.pages label span {
  font-weight: bold;
}

.pages cite {
  font-style: normal;
}

/* table */
.tb {
  width: 100%;
}

.tb th {
  background: #EEEEEE;
  font-size: 14px;
}

.tb td {
  border-bottom: #F5F5F5 1px solid;
  font-size: 14px;
}

.tb tr:hover {
  background: #F2F2F2;
}

.tf {
  width: 100%;
}

.tf td {
  border-top: #F0F0F0 1px solid;
}

.tf tr:hover {
  background: #F4F4F4;
}

.tf .tl {
  width: 100px;
  text-align: right;
}

.btns {
  padding: 20px 20px 20px 150px;
}

.thumb {
  padding: 6px 0;
}

.thumb img {
  border: #EEEEEE 1px solid;
  padding: 2px;
}

.thumb li {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.thumbml ul {
  margin: 10px 0 15px 0;
}

.imb img {
  border: #EEEEEE 1px solid;
  padding: 3px;
}

/* album */
#mid_pos {
  position: absolute;
}

#mid_div {
  width: 400px;
  height: 300px;
  cursor: crosshair;
  border: #EEEEEE 1px solid;
  background: #F2F2F2;
}

#zoomer {
  width: 160px;
  height: 120px;
  background: #FFFFFF url('../image/ab-zoom-bg.gif');
  position: absolute;
  z-index: 6;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#big_div {
  width: 560px;
  height: 420px;
  border: #EEEEEE 1px solid;
  background: #FFFFFF;
  position: absolute;
  overflow: hidden;
}

#big_pic {
  position: absolute;
}

.tbs {
  width: 414px;
  height: 56px;
  margin: 20px 0;
}

.tbs img {
  cursor: pointer;
}

.tbsl {
  width: 32px;
  height: 56px;
  float: left;
}

.tbsr {
  width: 20px;
  height: 56px;
  float: left;
}

.tbsm {
  width: 350px;
  height: 56px;
  float: left;
  overflow: hidden;
}

.ab_zoom {
  width: 30px;
  height: 30px;
  background: url('../image/ab-zoom.png') no-repeat center center;
  position: absolute;
  z-index: 5;
  margin: 270px 0 0 -30px;
}

.ab_play {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF url('../image/ab-play.png') no-repeat center center;
  position: absolute;
  z-index: 7;
  margin: -150px 0 0 176px;
}

.ab_play:hover {
  background: #FFFFFF url('../image/ab-play-on.png') no-repeat center center;
  cursor: pointer;
}

.ab_hide {
  width: 30px;
  height: 30px;
  background: url('../image/ab-hide.png') no-repeat center center;
  position: absolute;
  z-index: 12;
  margin: -300px 0 0 370px;
  display: none;
}

.ab_hide:hover {
  background: url('../image/ab-hide-on.png') no-repeat center center;
  cursor: pointer;
}

.ab_video {
  width: 400px;
  height: 300px;
  border: #000000 1px solid;
  background: #000000;
  position: absolute;
  z-index: 10;
  margin: -302px 0 0 0;
  display: none;
}

.ab_im {
  padding: 2px;
  margin: 0 14px 0 0;
  border: #C0C0C0 1px solid;
  float: left;
  width: 50px;
  height: 50px;
}

.ab_on {
  padding: 2px;
  margin: 0 14px 0 0;
  border: #FF6600 1px solid;
  float: left;
  width: 50px;
  height: 50px;
  background: #FF6600;
}

/* ads */
.adword table {
  background: url('../image/adword_bg.gif') repeat-x 0 bottom;
}

.adword_tip {
  color: #FF1100;
  border-bottom: #F5F5F5 1px solid;
  padding: 8px 10px 8px 28px;
  background: url('../image/arrow_up.gif') no-repeat 10px 8px;
}

.sponsor {}

/* basic */
.f_l {
  float: left;
}

.f_r {
  float: right;
}

.t_l {
  text-align: left;
}

.t_r {
  text-align: right;
}

.t_c {
  text-align: center;
}

.f_b {
  font-weight: bold;
}

.f_n {
  font-weight: normal;
}

.f_white {
  color: white;
}

.f_gray {
  color: #666666;
}

.f_orange {
  color: #FF6600;
}

.f_red {
  color: #FF0000;
}

.f_blue {
  color: #003EAA;
}

.f_green {
  color: #2BA245;
}

.f_dblue {
  color: #007AFF;
}

.f_price {
  font-weight: bold;
  font-family: Arial;
  color: #E4393C;
}

.px12 {
  font-size: 12px;
}

.px14 {
  font-size: 14px;
}

.px16 {
  font-size: 16px;
}

.px18 {
  font-size: 18px;
}

.bd-t {
  border-top: #e0e0e0 1px solid;
}

.bd-b {
  border-bottom: #e0e0e0 1px solid;
}

.b10 {
  height: 10px;
}

.b16 {
  height: 16px;
}

.b20 {
  height: 20px;
}

.b24 {
  height: 24px;
}

.b32 {
  height: 32px;
}

.b60 {
  height: 60px;
}

.pd3 {
  padding: 3px;
}

.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.lh18 {
  line-height: 180%;
}

.ls1 {
  letter-spacing: 1px;
}

.c_p {
  cursor: pointer;
}

.c_b {
  clear: both;
}

.o_h {
  overflow: hidden;
}

.dsn {
  display: none;
}

.absm {
  vertical-align: middle;
}

.btn_s {
  background: #2388FA;
  color: #FFFFFF;
  border: none;
  padding: 2px;
  letter-spacing: 1px;
}

.btn_r {
  background: #D7D7D7;
  color: #666666;
  border: none;
  padding: 2px;
  letter-spacing: 1px;
}

.bd {
  border: #CAD9EA 1px solid;
}

.highlight {
  color: red;
}

.jt {
  color: #003278;
  cursor: pointer;
}

.np {
  padding: 20px 30px 20px 50px;
  line-height: 25px;
}

.lazy {
  background: #FAFAFA url('../image/loading.gif') no-repeat center center;
}

.slide {
  background: #FAFAFA;
  overflow: hidden;
}

.btn,
.btn-green,
.btn-blue,
.btn-red {
  color: #FFFFFF;
  font-size: 14px;
  width: 100px;
  line-height: 32px;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
}

.btn {
  background: #FFFFFF;
  border: #EEEEEE 1px solid;
  color: #333333;
}

.btn:hover {
  background: #D9D9D9;
  border: #CDCDCD 1px solid;
}

.btn-green {
  background: #1AAD19;
  border: #18A117 1px solid;
  color: #FFFFFF;
}

.btn-green:hover {
  background: #179B16;
  border: #159014 1px solid;
}

.btn-blue {
  background: #007AFF;
  border: #1E74D0 1px solid;
  color: #FFFFFF;
}

.btn-blue:hover {
  background: #0569D5;
}

.btn-red {
  background: #F8F8F8;
  border: #C6C6C6 1px solid;
}

.btn-red:hover {
  background: #CE3C39;
  border: #BF3835 1px solid;
  color: #FFFFFF;
}

.btn-act {
  font-size: 16px;
  width: 148px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  margin: 6px 10px 0 0;
  background: #FF6600;
  border: #FF2200 1px solid;
  color: #FFFFFF;
}

.btn-act:hover {
  background: #F22D00;
}

/* position */
.pos {
  padding: 10px 10px 10px 32px;
  height: 24px;
  line-height: 24px;
  background: #FFFFFF url('../image/ico-nav.png') no-repeat 10px 13px;
  font-size: 12px;
}

.nav {
  padding: 10px 10px 10px 32px;
  /* margin: 0 0 10px 0; */
  height: 24px;
  line-height: 24px;
  background: url(../image/ico-nav.png) no-repeat 10px 13px;
  font-size: 16px;
}

.nav div {
  float: right;
}

.nav i {
  font-style: normal;
  font-weight: bold;
  color: #444444;
  padding: 0 6px;
  font-family: simsun;
}

.nav em {
  font-style: normal;
  color: #999999;
  padding: 0 10px;
  font-size: 12px;
}

.nav-b {
  background: #FFFFFF url('../image/ico-nav.png') no-repeat 10px 13px;
}

/* show */
.title {
  line-height: 44px;
  font-weight: 700;
  font-size: 36px;
  padding: 20px 0 16px 16px;
  margin: 0;
}

.title_trade {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 16px;
  border-bottom: #EEEEEE 1px solid;
}

.info {
  padding: 16px;
  background: #F5F5F5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0 20px 0;
}

.info img {
  border-radius: 50%;
  vertical-align: bottom;
  margin-right: 5px;
}

.info a:nth-of-type(1) {
  margin-right: 5px;
}

.introduce {
  margin: 16px;
  padding: 16px;
  line-height: 180%;
  font-size: 16px;
  background: #F5F5F5;
  border-left: #EEEEEE 2px solid;
}

.content {
  font-size: 17px;
  line-height: 38px;
  padding: 16px 24px 16px 0;
  text-align: justify;
  overflow: hidden;
}

.content img {
  max-width: 700px;
  height: auto;
}

.content audio {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.content p {
  text-indent: 2em;
}

.content .left {
  text-indent: 0;
}

/* 用于手工设置左对齐 */
.content p iframe {
  width: 600px !important;
  height: 450px !important;
  margin: 0 48px;
}

.content a:link,
.content a:visited,
.content a:active {
  color: #225588;
  text-decoration: underline;
}

.content a:hover {
  color: #FF6600;
  text-decoration: none;
}

.property {
  border: #EEEEEE 1px solid;
  background: #F5F5F5;
  padding: 10px;
  margin: 0 16px;
  overflow: hidden;
}

.property li {
  float: left;
  width: 30%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.detail {
  background: url('../image/arrow.gif') no-repeat 0 9px;
  border-bottom: #C0C0C0 1px dotted;
  padding: 8px 0 8px 20px;
  margin: 0 15px 0 15px;
}

.related {
  padding: 10px 16px;
  line-height: 32px;
}

.related a {
  font-size: 14px;
}

.keylink {
  font-weight: normal;
  padding: 0 3px 0 3px;
}

#comment_main div {
  height: 100px;
  background: url('../image/loading.gif') no-repeat center center;
}

.tool {
  padding: 24px 0 0 0;
  margin: 20px 24px 0 0;
  text-align: center;
  border-top: #e0e0e0 1px solid;
}

.tool i {
  font-style: normal;
  font-size: 14px;
  color: #555555;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 28px;
  cursor: pointer;
}

.tool b {
  font-weight: normal;
  font-size: 12px;
}

.tool .like {
  background: url('../image/tool-like.png') no-repeat 0 center;
}

.tool .like:hover {
  background: url('../image/tool-like-on.png') no-repeat 0 center;
  color: #FF6600;
}

.tool .hate {
  background: url('../image/tool-hate.png') no-repeat 0 center;
}

.tool .hate:hover {
  background: url('../image/tool-hate-on.png') no-repeat 0 center;
  color: #FF6600;
}

.tool .report {
  background: url('../image/tool-report.png') no-repeat 0 center;
}

.tool .report:hover {
  background: url('../image/tool-report-on.png') no-repeat 0 center;
  color: #FF6600;
}

.tool .favorite {
  background: url('../image/tool-favorite.png') no-repeat 0 center;
}

.tool .favorite:hover {
  background: url('../image/tool-favorite-on.png') no-repeat 0 center;
  color: #FF6600;
}

.tool .comment {
  background: url('../image/tool-comment.png') no-repeat 0 center;
}

.tool .comment:hover {
  background: url('../image/tool-comment-on.png') no-repeat 0 center;
  color: #FF6600;
}

.tool .award {
  background: url('../image/tool-award.png') no-repeat 0 center;
}

.tool .award:hover {
  background: url('../image/tool-award-on.png') no-repeat 0 center;
  color: #FF6600;
}

.tool .share {
  background: url('../image/tool-share.png') no-repeat 0 center;
}

.tool .share:hover {
  background: url('../image/tool-share-on.png') no-repeat 0 center;
  color: #FF6600;
}

/* search */
.fsearch {
  padding: 5px 0 10px 15px;
  margin: 1px 1px 0 1px;
  background: #F5FAFE url('../image/fsearch_bg.gif') repeat-x;
}

.sch {
  padding: 15px 20px 5px 20px;
  margin-bottom: 10px;
}

.sch p {
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  margin: 0;
}

.sch_find {
  border-top: #EEEEEE 1px solid;
  border-bottom: #EEEEEE 1px solid;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 5px;
  font-weight: bold;
}

.sch_site li {
  background: url('../image/ico_search.gif') no-repeat 3px 3px;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  padding: 0 5px 0 25px;
  color: #666666;
}

.sch_relate li {
  background: url('../image/arrow_up.gif') no-repeat 3px 3px;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  padding: 0 5px 0 25px;
  color: #666666;
}

.rank_list {
  background: url('../image/rank_list.gif') no-repeat;
}

.rank_list li {
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  padding: 0 5px 0 35px;
}

.ppt {
  padding: 1px 15px 1px 35px;
  line-height: 25px;
}

.ppt_l {
  width: 60px;
  font-weight: bold;
}

.ppt_r {
  color: #DFDFDF;
}

.ppt span {
  padding: 1px;
  background: #2E6AB1;
  border: #1D589E 1px solid;
  color: #FFFFFF;
}

/* sell && buy && company */
.category {
  padding: 10px 20px 5px 15px;
}

.category p {
  padding: 5px 0 5px 0;
  margin: 0;
}

.category div {
  padding: 0 20px 0 20px;
}

.about {
  border: #2786C6 1px solid;
  background: #F2F2F2;
  padding: 8px;
  margin: 15px 15px 0 15px;
}

.about li {
  padding: 5px 0 5px 5px;
}

.about li span {
  display: block;
  width: 100px;
  float: left;
  color: #1B4C7A;
}

.contact_head {
  height: 36px;
  line-height: 36px;
  border: #EEEEEE 1px solid;
  border-bottom: none;
  background: #F5F5F5;
  padding: 2px 16px;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 10px 0 0;
}

.contact_body {
  padding: 10px;
  border: #EEEEEE 1px solid;
  border-top: none;
  margin: 0 10px 0 0;
}

.contact_body li {
  line-height: 24px;
  padding: 6px 10px;
}

.contact_body li span {
  color: #666666;
  padding: 0 8px 0 0;
}

.type {
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  border-top: #EEEEEE 1px solid;
  background: #EEEEEE;
  padding-left: 35px;
}

a.type_1:link,
a.type_1:visited,
a.type_1:active,
a.type_1:hover {
  float: left;
  display: block;
  padding: 0 15px 0 15px;
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

a.type_2:link,
a.type_2:visited,
a.type_2:active {
  float: left;
  display: block;
  padding: 0 15px 0 15px;
  border-right: #E2F0FB 1px solid;
}

a.type_2:hover {
  background: #258CFF;
  color: #FFFFFF;
}

.img_tip {
  width: 200px;
  z-index: 1000;
  position: absolute;
  padding: 5px;
  border: #EEEEEE 1px solid;
  background: #FFFFFF;
}

.vote {
  padding: 10px;
}

.vote div {
  font-weight: bold;
}

.vote li {
  padding: 3px 0 3px 0;
}

.vote p {
  margin: 5px 0 5px 0;
}

.sort {
  line-height: 48px;
  border-bottom: #EEEEEE 1px solid;
  font-size: 14px;
  overflow: hidden;
}

.sort-k {
  width: 100px;
  font-weight: bold;
  font-size: 18px;
  float: left;
  overflow: hidden;
}

.sort-v {
  width: 760px;
  float: left;
  overflow: hidden;
}

.sort-v li {
  float: left;
  padding: 0 10px;
}

.sort-v .on {
  background: #EEEEEE;
}

.sort-v i {
  font-style: normal;
  padding-left: 2px;
  color: #999999;
  font-size: 12px;
}

.sort-v b {
  padding: 0 20px;
}

.sort-v input,
.sort-v select {
  padding: 4px;
}

.sort-v .btn-blue,
.sort-v .btn {
  padding: 0;
  line-height: 28px;
  width: 80px;
  margin-right: 20px;
}

.list {
  line-height: 180%;
}

.list:hover {
  background: #F2F2F2;
}

.list div img {
  border: #EEEEEE 1px solid;
}

.list table {
  width: 100%;
  border-bottom: #EEEEEE 1px solid;
}

.list td {
  padding: 10px 0 10px 0;
}

.list h3 {
  font-size: 14px;
  margin: 0px;
  height: 22px;
  overflow: hidden;
}

.user-info {
  height: 64px;
  padding: 16px;
  background: #EEEEEE;
  border-radius: 0 0 10px 10px;
}

.user-info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.user-info ul {
  float: right;
  width: 195px;
  margin-top: 4px;
}

.user-info li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.user-info strong {
  font-size: 16px;
}

.user-info em {
  font-size: 12px;
  font-style: normal;
  float: right;
  padding-right: 20px;
}

.user-info i {
  font-style: normal;
  color: #999999;
  padding: 0 6px;
}

.head-txt {
  padding: 10px 16px;
  line-height: 28px;
  border-bottom: #27282D 2px solid;
  margin-bottom: 10px;
  clear: both;
}

.head-txt strong {
  font-size: 18px;
}

.head-txt span {
  float: right;
  font-size: 14px;
  color: #999999;
}

.head-txt i {
  font-style: normal;
  font-weight: bold;
  padding: 0 2px;
}

.head-txt-show {
  padding: 10px 2px;
  line-height: 28px;
  border-bottom: #27282D 2px solid;
  margin: 0 24px 10px 0;
  clear: both;
}

.head-txt-show strong {
  font-size: 18px;
}

.head-txt-show span {
  float: right;
  font-size: 14px;
  color: #999999;
}

.head-txt-show i {
  font-style: normal;
  font-weight: bold;
  padding: 0 2px;
}

.head-sub {
  border-bottom: #d3d3d3 1px solid;
  background: #f4f5f6;
  margin: 10px 0;
  line-height: 40px;
  clear: both;
  box-sizing: border-box;
}

.head-sub strong {
  font-size: 16px;
  border-bottom: 2px solid #3753a2;
  line-height: 35px;
  display: block;
  width: 64px;
  margin-left: 10px;
}

.head-sub span {
  float: right;
  font-size: 14px;
  color: #999999;
}

.head-sub i {
  font-style: normal;
  font-weight: bold;
  padding: 0 2px;
  font-family: simsun;
}

.head-sub-index-t {
  border-bottom: 1px solid #e5e5e5;
  height: 34px;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}

.head-sub-index-t .head-title {
  width: 150px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  height: 34px;
  line-height: 24px;
  border-bottom: 2px solid #2270d5;
}

.head-sub-index-t .head-tags {
  margin-left: 30px;
  font-size: 16px;
  line-height: 24px;
}

.head-sub-index-t .head-tags ul {
  display: flex;
}

.head-sub-index-t .head-tags ul li {
  margin: 0 6px;
}

.head-sub-index-t .head-more {
  margin-left: auto;
  font-size: 16px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.list-thumb {
  padding: 0 10px 10px 10px;
  overflow: hidden;
}

.list-thumb img {
  border: #EEEEEE 1px solid;
  padding: 2px;
}

.list-thumb li {
  height: 38px;
  line-height: 24px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
}

.list-thumb td {
  text-align: center;
  padding-top: 10px;
}

.list-thumb td:hover {
  background: #ffffff;
}

.list-thumb1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.list-thumb1 .item {
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  text-align: center;
}

.list-thumb1 .item img {
  width: 140px;
  height: 100px;
  border: #EEEEEE 1px solid;
  padding: 2px;
}

.list-thumb1 .item .thtitle {
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-thumb2 {
  display: flex;
  flex-flow: column;
}

.list-thumb2 .item {
  display: flex;
  height: 90px;
  margin: 5px 0;
  border-bottom: 1px solid #ebebeb;
}

.list-thumb2 .item img {
  width: 130px;
  height: 80px;
  border: #EEEEEE 1px solid;
  padding: 2px;
}

.list-thumb2 .item .thtitle {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0 0 10px;
}

.list-thumb3 {
  display: flex;
  flex-flow: column;
  padding-top: 10px;
}

.list-thumb3 .item {
  display: flex;
  justify-content: space-between;
  height: 75px;
  margin: 4px 2px;
  border-bottom: 1px dashed #e0e0e0;
}

.list-thumb3 .item .thtitle {
  width: 180px;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 10px 0 0;
      display: -webkit-box;
    -webkit-line-clamp: 2;  /* 控制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-thumb3 .item .thimg {
  width: 100px;
  height: 60px;
  display: block;
  overflow: hidden;
  border: #cfcfcf 1px solid;
}

.list-thumb3 .item .thimg img {
  width: 100px;
  height: 60px;
}

.list-thumb3 .item .thimg img:hover {
  width: 100px;
  transition: all 0.2s;
  transform: scale(1.2);
}

.show-ruser {
  padding: 10px;
  overflow: hidden;
  display: flex;
}

.show-ruser .srlogo img {
  border-radius: 50%;
  height: 94px;
  width: 94px;
  margin-right: 20px;
}

.show-ruser .srinfo {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
}

.show-ruser .srinfo div:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
}

.show-ruser .srinfo div:nth-of-type(2) {
  font-size: 16px;
}

.list-img {
  overflow: hidden;
  padding: 10px 0 0 20px;
}

.list-img ul {
  margin: 10px 24px 16px 6px;
}

.list-img li {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}

.list-img p {
  margin: 10px 10px 0 6px;
}

.list0 {
  overflow: hidden;
}

.list0 div {
  width: 200px;
  float: left;
}

.list0 img:hover {
  border-left: #FFFFFF 1px solid;
}

.list1 {
  overflow: hidden;
  padding-top: 20px;
}

.list1 div {
  width: 188px;
  float: left;
}

.list1 img:hover {
  border-left: #FFFFFF 1px solid;
}

.list-txt {
  padding: 0px 5px;
}

.list-txt li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 16px;
  background: url('../image/li_dot.gif') no-repeat 4px center;
  padding-left: 16px;
}

.list-txt em {
  font-size: 12px;
  color: #666666;
  padding-left: 16px;
  font-style: normal;
  float: right;
}

.list-txt .f_r {
  font-size: 16px;
  color: #666666;
  padding-left: 16px;
}

.list-cateindex {
  padding: 0 10px;
}

.list-cateindex li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
  background: url('../image/li_dot.gif') no-repeat 4px center;
  padding-left: 16px;
}

.list-cateindex em {
  font-size: 12px;
  color: #666666;
  padding-left: 16px;
  font-style: normal;
  float: right;
}

.list-cateindex .f_r {
  font-size: 12px;
  color: #666666;
  padding-left: 16px;
}

.list-rank {}

.list-rank li {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  padding: 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-rank li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #999999;
  margin: 4px 10px 4px 0;
}

.list-rank .f_r {
  float: right;
  font-size: 15px;
  color: #666666;
  padding-left: 16px;
}

.list-rank em {
  font-size: 18px;
  font-style: normal;
  color: #F34540;
  padding-right: 10px;
}

.list-rank i {
  font-size: 18px;
  font-style: normal;
  color: #999999;
  padding-right: 14px;
}

.list-cate {
  padding: 10px 20px;
}

.list-cate:after {
  content: "";
  display: block;
  clear: both;
}

.list-cate td {
  width: 400px;
  font-size: 14px;
  padding: 10px 10px 20px 10px;
}

.list-cate td:hover {
  background: #F5F5F5;
  border-radius: 10px;
}

.list-cate p {
  margin: 0 0 10px 0;
}

.list-cate li {
  float: left;
  line-height: 32px;
}

.list-cate em {
  font-style: normal;
  color: #EEEEEE;
  padding: 0 10px;
}

.list-cate i {
  font-style: normal;
  color: #EEEEEE;
  padding: 0 10px;
}

.list-cate2 {
  padding: 0 10px;
  overflow: hidden;
}

.list-cate2 li {
  width: 116px;
  padding: 0 16px;
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
}

.list-cate2 li:hover {
  background: #F5F5F5;
  border-radius: 6px;
}

.list-cate2 i {
  font-size: 12px;
  font-style: normal;
  color: #666666;
  padding-left: 6px;
}

.list-area {
  width: 840px;
  padding: 10px 0 10px 20px;
  overflow: hidden;
}

.list-area li {
  width: 100px;
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  border: #EEEEEE 1px solid;
  margin: 0 20px 20px 0;
  border-radius: 6px;
}

.list-area li:hover {
  border: #FF6600 1px solid;
}

.list-area4 {
  padding: 0 10px;
  overflow: hidden;
}

.list-area4 li {
  width: 25%;
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}

.list-area4 li:hover {
  background: #F5F5F5;
  border-radius: 6px;
}

.tab-head {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}

.tab-head ul {
  border-bottom: #e5e5e5 1px solid;
  height: 42px;
  padding-left: 16px;
}

.tab-head li {
  cursor: pointer;
  width: 100px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: #e5e5e5 1px solid;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  float: left;
  font-size: 16px;
}

.tab-head .on {
  height: 42px;
  line-height: 42px;
}

.tab-head .on span {
  font-weight: bold;
}

/* side */
.side ul {
  margin: 10px;
}

.side em {
  font-size: 12px;
  font-style: normal;
  color: #999999;
}

.side a {
  width: 90%;
  display: block;
  font-size: 16px;
}

.side input {
  width: 280px;
  border: #EEEEEE 1px solid;
  border-radius: 8px;
  padding: 8px 8px 8px 26px;
  font-size: 14px;
  background: #FFFFFF url('../image/icon-search16.png') no-repeat 6px center;
  outline: none;
  margin: 16px 16px 16px 32px;
}

.side_li {
  line-height: 48px;
  height: 48px;
  padding-left: 32px;
  overflow: hidden;
  margin: 5px 0;
}

.side_li:hover {
  background: #F2F2F2;
  border-radius: 10px;
}

.side_on {
  line-height: 48px;
  height: 48px;
  background: #F5F5F5;
  padding-left: 32px;
  overflow: hidden;
  border-radius: 10px;
}

.warn {
  padding: 30px 100px 30px 200px;
}

.warn div {
  padding: 5px 0 0 60px;
  background: url('../image/warn.gif') no-repeat;
  font-size: 14px;
  line-height: 200%;
}

.warn h1 {
  font-size: 16px;
  margin: 0;
}

.guest_warn {
  padding: 2px 0 2px 0;
  text-align: center;
  margin: 0 130px 15px 130px;
  background: #FFF5D8;
  border: #FF7300 1px solid;
}

.back2top {
  width: 58px;
  height: 58px;
  position: fixed;
  _position: absolute;
  left: 50%;
  margin-left: 620px;
  bottom: 100px;
  _bottom: auto;
  cursor: pointer;
  display: none;
}

.back2top a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../include/back2top.png') no-repeat;
}

.back2top a:hover {
  background: url('../include/back2top.png') no-repeat -58px 0;
}

.ui-ico-time,
.ui-ico-hits,
.ui-ico-info,
.ui-ico-play,
.ui-ico-pics,
.ui-ico-down,
.ui-ico-comm,
.ui-ico-area,
.ui-ico-user,
.ui-ico-none,
.ui-ico-sort,
.ui-ico-like,
.ui-ico-hate,
.ui-ico-delete,
.ui-ico-quote,
.ui-ico-report,
.ui-ico-price,
.ui-ico-canyou {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  display: inline-block;
  height: 15px;
  line-height: 16px;
  padding: 0 10px 0 0;
}

.ui-ico-info a:hover,
.ui-ico-comm a:hover,
.ui-ico-canyou a:hover {
  text-decoration: underline
}

.ui-ico-like {
  background: url('../image/ico-like.png') no-repeat 0 center;
  cursor: pointer;
}

.ui-ico-like:hover {
  background: url('../image/ico-like-on.png') no-repeat 0 center;
  color: #FF6600;
}

.ui-ico-hate {
  background: url('../image/ico-hate.png') no-repeat 0 center;
  cursor: pointer;
}

.ui-ico-hate:hover {
  background: url('../image/ico-hate-on.png') no-repeat 0 center;
  color: #FF6600;
}

.ui-ico-sort {
  background: url('../image/ico-sort.png') no-repeat 0 center;
  cursor: pointer;
}

.ui-ico-sort:hover {
  background: url('../image/ico-sort-on.png') no-repeat 0 center;
  color: #FF6600;
}

.ui-ico-delete {
  background: url('../image/ico-delete.png') no-repeat 0 center;
  cursor: pointer;
}

.ui-ico-delete:hover {
  background: url('../image/ico-delete-on.png') no-repeat 0 center;
  color: #FF6600;
}

.ui-ico-quote {
  background: url('../image/ico-quote.png') no-repeat 0 center;
  cursor: pointer;
}

.ui-ico-quote:hover {
  background: url('../image/ico-quote-on.png') no-repeat 0 center;
  color: #FF6600;
}

.ui-ico-report {
  background: url('../image/ico-report.png') no-repeat 0 center;
  cursor: pointer;
}

.ui-ico-report:hover {
  background: url('../image/ico-report-on.png') no-repeat 0 center;
  color: #FF6600;
}

.ui-ico-price {
  color: #FF0000;
  padding: 0;
  font-size: 14px;
}

.ui-fr {
  float: right;
}

.ui-toast {
  height: 100px;
  line-height: 100px;
  width: 200px;
  text-align: center;
  overflow: hidden;
  padding: 0 16px;
  background: #000000;
  opacity: 0.8;
  color: #FFFFFF;
  border-radius: 6px;
  position: fixed;
  z-index: 99;
  top: 40%;
  left: 48%;
  font-size: 24px;
}

#sidebar {
  float: left;
  position: relative;
  width: 330px;
}

.div1 {
  width: 330px;
}

.div2 {
  position: fixed;
  _position: absolute;
  z-index: 250;
  top: 0;
}

.index-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-thumb div {
  width: 230px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 8px;
}

.index-thumb div:hover {
  background: #f3f3f3;
}

.index-thumb div>a:nth-child(1) {
  width: 212px;
  height: 157px;
  display: block;
  overflow: hidden;
}

.index-thumb div img {
  width: 212px;
  height: 157px;
}

.index-thumb div img:hover {
  width: 100%;
  transition: all 0.2s;
  transform: scale(1.2);
}

.index-thumb div ul {
  font-size: 14px;
  margin: 8px 0;
}

.showMore {
  width: 800px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  margin: 30px auto 20px auto;
}

.showMore a {
  width: 800px;
  height: 50px;
  display: block;
}

.showMore a:hover {
  color: #ffffff;
  background: #1B4C7A;
}

.index-top {
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  position: relative;
  border-radius: 5px;
}

.index-top .top-title {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  padding-top: 20px;
  text-align: center;
}

.index-top .top-introduce {
  font-size: 16px;
  line-height: 60px;
  padding: 0 40px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-top .flag {
  width: 90px;
  height: 90px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 5px;
}

.index-top .flag i {
  color: #fff;
  width: 110px;
  height: 110px;
  line-height: 190px;
  text-align: center;
  position: absolute;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 5px;
  top: -60px;
  left: -60px;
  transform: rotate(-45deg);
  background: #ff0000;
}

.index-img1 {
  margin-top: 6px;
  height: 132px;
  position: relative;
  overflow: hidden;
}

.index-img1 span {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  padding: 5px 15px;
  font-size: 14px;
}

.index-img1 span a {
  color: #ffffff;
}

.index-img2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-img2 div {
  width: 195px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
}

.index-img2 div img {
  width: 195px;
  height: 150px;
}

.index-img2 div img:hover {
  width: 100%;
  transition: all 0.2s;
  transform: scale(1.2);
}

.index-img2 div span {
  position: absolute;
  width: 180px;
  height: 22px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  padding: 2px 8px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 400;
}

.index-img2 div span a {
  color: #fff;
}

.list-index-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-index-thumb div {
  width: 230px;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-index-thumb div img {
  width: 230px;
  height: 160px;
}

.list-index-thumb div img:hover {
  width: 100%;
  transition: all 0.2s;
  transform: scale(1.2);
}

.list-index-thumb div span {
  position: absolute;
  width: 220px;
  height: 22px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  padding: 2px 8px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 400;
}

.list-index-thumb div span a {
  color: #fff;
}

.list-index-thumb2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-index-thumb2 ul li {
  width: 384px;
  height: 140px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.list-index-thumb2 ul li span:first-child {
  width: 180px;
  height: 120px;
  margin: 0 20px 20px 0;
  display: block;
  overflow: hidden;
}

.list-index-thumb2 ul li span:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  width: 184px;
  height: 55px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.list-index-thumb2 ul li span:nth-child(3) {
  font-size: 13px;
  line-height: 20px;
  width: 184px;
  height: 60px;
  color: #848484;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.list-index-thumb2 ul li img {
  width: 200px;
  height: 150px
}

.list-index-thumb2 ul li img:hover {
  width: 220;
  transition: all 0.2s;
  transform: scale(1.2)
}

.list-index-text1 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 384px;
  align-content: space-between;
}

.list-index-text1 ul li {
  width: 380px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.list-index-text1 ul li span:first-child {
  width: 300px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list-index-text1 ul li span:nth-child(2) {
  font-size: 14px;
  width: 60px;
  text-align: right;
  color: #999999;
}

/*weixin*/
#wx_code {
  padding: 5px;
  border: 1px solid #ddd;
  top: 236px;
  left: 50%;
  width: 108px;
  height: 240px;
  z-index: 20;
  margin-left: 616px;
  position: fixed;
  border-radius: 5px;
  background: #fff;
}

#wx_code p {
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 25px
}

#wx_code .close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 3px
}

#wx_code .weixin {
  padding: 20px 0 0;
  text-align: center
}

/* 免责声明 */
.declare {
  font-size: 17px;
  line-height: 28px;
  padding: 16px 24px 0 0;
}

.declare a:link {
  color: #007AFF;
  text-decoration: underline;
}

.declare a:hover {
  color: #000000;
  text-decoration: underline;
}


/* 首页左右栏 */
.icontainer {
  display: flex;
  justify-content: space-between;
}

.icontainer .ileft {
  width: 400px;
}

.icontainer .icenter {
  width: 450px;
}

.icontainer .iright {
  width: 300px;
}

.icontainer .ileft .left-title1 {
  border-bottom: 1px solid #e5e5e5;
  height: 34px;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.icontainer .ileft .left-title1 .headtitle {
  width: 100px;
  font-size: 23px;
  font-weight: bold;
  height: 34px;
  line-height: 24px;
  text-align: center;
  border-bottom: 2px solid #2270d5;
}

.icontainer .ileft .left-title1 .more {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  width: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: auto 0;
}

.icontainer .ileft .left-list1 {
  margin-bottom: 20px;
}

.icontainer .ileft .left-list1 ul {}

.icontainer .ileft .left-list1 ul li {
  font-size: 16px;
  line-height: 34px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.icontainer .ileft .left-list1 ul li :before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #999999;
  margin: 4px 10px 4px 0;
}

.icontainer .iright .right-title1 {
  display: flex;
  justify-content: space-between;
  height: 40px;
  border-bottom: #e0e0e0 2px solid;
  border-top: #e0e0e0 1px solid;
}

.icontainer .iright .right-title1 .headtitle {
  height: 43px;
  line-height: 43px;
  font-size: 23px;
  font-weight: 600;
}

.icontainer .iright .right-title1 .more {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  width: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: auto 0;
}

.icontainer .icenter .icenter-top {
  border-bottom: 1px dashed #e0e0e0;
}

.icontainer .icenter .icenter-top .icenter-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  color: #ff0000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.icontainer .icenter .icenter-top .icenter-title a {
  color: #ff0000;
}

.icontainer .icenter .icenter-top .icenter-introduce {
  font-size: 14px;
  line-height: 38px;
  padding: 0 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.icontainer .icenter .center-list1 {
  margin-top: 10px;
  overflow: hidden;
}

.icontainer .icenter .center-list1 .list1-head {
  display: flex;
  margin: 10px 0;
}

.icontainer .icenter .center-list1 .list1-head .list1-t {
  font-size: 16px;
  font-weight: 600;
  width: 20%;
  padding-left: 10px;
}

.icontainer .icenter .center-list1 .list1-head .list1-line {
  background: #d3d3d3;
  height: 1px;
  width: 80%;
  margin: auto 0;
}

.icontainer .icenter .center-list1 ul {
  display: flex;
  flex-flow: row wrap;
}

.icontainer .icenter .center-list1 ul li {
  font-size: 16px;
  line-height: 32px;
  margin-right: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.icontainer .icenter .center-list1 ul li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #999999;
  margin: 4px 10px 4px 0;
}

.icontainer .icenter .center-list1 ul li span {
  background: #ff2222;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 2px 4px;
  margin: 3px 5px 3px 0;
}

.icontainer2 {
  display: flex;
  justify-content: space-between;
}

.icontainer2 .ileft {
  width: 875px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icontainer2 .iright {
  width: 300px;
}

.icontainer2 .ileft .head-sub-index-t {
  width: 875px;
}

.icontainer2 .ileft .index-img3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 400px;
}

.icontainer2 .ileft .index-img3 div {
  width: 195px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
}

.icontainer2 .ileft .index-img3 div img {
  width: 195px;
  height: 150px;
}

.icontainer2 .ileft .index-img3 div img:hover {
  width: 100%;
  transition: all 0.2s;
  transform: scale(1.2);
}

.icontainer2 .ileft .index-img3 div span {
  position: absolute;
  width: 180px;
  height: 22px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  padding: 2px 8px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 400;
}

.icontainer2 .ileft .index-img3 div span a {
  color: #fff;
}

.icontainer2 .ileft .index-img3 div:first-child {
  width: 400px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

.icontainer2 .ileft .index-img3 div:first-child img {
  width: 400px;
  height: 300px;
}

.icontainer2 .ileft .index-img3 div:first-child img:hover {
  width: 100%;
  transition: all 0.2s;
  transform: scale(1.2);
}

.icontainer2 .ileft .index-img3 div:first-child span {
  position: absolute;
  width: 385px;
  height: 28px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  padding: 2px 8px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 400;
}

.icontainer2 .ileft .index-img3 div:first-child span a {
  color: #fff;
}

.icontainer2 .ileft .center-list2 {
  width: 450px;
  overflow: hidden;
}

.icontainer2 .ileft .center-list2 ul {
  display: flex;
  flex-flow: row wrap;
}

.icontainer2 .ileft .center-list2 ul li {
  font-size: 16px;
  line-height: 32px;
  margin-right: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.icontainer2 .ileft .center-list2 ul li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #999999;
  margin: 4px 10px 4px 0;
}

.icontainer2 .ileft .center-list2 ul li:nth-child(1),
.icontainer2 .ileft .center-list2 ul li:nth-child(7) {
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
}

.icontainer2 .ileft .center-list2 ul li:nth-child(1):before,
.icontainer2 .ileft .center-list2 ul li:nth-child(7):before {
  width: 0;
  height: 0;
  margin: 0;
}

.friendlink {
  background: #fafafa;
  margin: 20px 0;
}

.friendlink .friendlink-head {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 20px;
  border-top: 2px solid #d0d0d0;
  border-bottom: 1px solid #e0e0e0;
}

.friendlink .friendlink-site {
  line-height: 40px;
  padding: 10px 20px;
}

.friendlink .friendlink-site a {
  margin-left: 5px;
}

.friendlink .friendlink-site a:first-child {
  margin-left: 0;
}

/* 显示页京东广告 */
.showad {
  background: #F4F4F4;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-top: 2px solid #da0000;
  border-bottom: 2px solid #da0000;
}

/* 解决手机打开PC版京东广告宽度显示不全问题 */
@media screen and (max-width:1200px) {
  .showad {
    width: 1200px;
  }
}

/* 菜单栏京东广告 */
.brand_hot {
  position: absolute;
  left: 75px;
  top: -12px;
  background: url(../image/brand.gif) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 40px;
  display: block;
}

/*蜘蛛*/
.sp-container {
  width: 810px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  /* 添加相对定位 */
}

.sp-container::after {
  content: "广告";
  position: absolute;
  /* 绝对定位 */
  top: 0;
  /* 与容器顶部的距离 */
  right: 0;
  /* 与容器右侧的距离 */
  padding: 5px;
  background-color: #f2f2f2;
}

.sp-container li {
  margin: 0;
  padding: 0 5px !important;
  list-style-type: none;
  background: none !important;
}

.sp-container a {
  text-decoration: none;
  color: #333;
  padding: 2px 5px;
  background-color: #f2f2f2;
  border-radius: 5px;
}